Xceed DataGrid for Silverlight Documentation
IsReadOnly Property (SelectionRange.NotificationDictionary<TKey,TValue>)


Gets a value indicating whether the dictionary is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}

Property Value

true if the dictionary is read-only; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback